Returns the data catalog for a materialized model
{ exportDataCatalog }
Returns the data catalog of the selected materialized model.
Method
- Enterprise Admin
- Domain Admin
Input Parameters
Name
modelID
Type
string
Description
The Model ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Describes the data catalog
Notes
There are two levels of the Data Catalog. The 'exportDataCatalog' function retrieves the data catalog based on the materialized model, encompassing comprehensive information about tables, columns (both visible and invisible), measures, relationships, translations, and more. On the other hand, 'getUserDataCatalog' retrieves information about dimensions, measures, and calculations that the end-user has permission to access.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.